home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 14
/
CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso
/
CUCD
/
WWW
/
http
/
www.wirenet.co.uk
/
files
/
thor24_arexx.lha
/
FSE
/
Quote.fse
< prev
next >
Wrap
Text File
|
1996-11-11
|
281b
|
21 lines
/* qoute.fse - qoutes all except empty lines */
options results
qoutechar = ">"
YPOS
currline = result
XPOS
currcolumn = result
MSGLENGTH
lastline = result
do i=1 to lastline
SETPOS 1 i
GETLINE
if(result ~= " ") then INSERTINPUT qoutechar
end
SETPOS currcolumn currline